x86/shadow: convert non-const statics
authorJan Beulich <jbeulich@suse.com>
Thu, 29 Jan 2015 13:40:40 +0000 (13:40 +0000)
committerTim Deegan <tim@xen.org>
Thu, 29 Jan 2015 13:44:28 +0000 (13:44 +0000)
commitb8dbddd31016992453e9725f5f27f8e183175183
treeb01d666ec1709105cdcc44a9679a813f58cf8594
parent54057a28f22b4f398933d8d136475285bdfd4f83
x86/shadow: convert non-const statics

To make obvious that such statics are safe to use, they should be
const. In some of the cases, they wouldn't even need to be static, but
keep them so upon the maintainer's request.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/shadow/common.c